void CMoveTestView::OnLButtonUp(UINT nFlags, CPoint point) 
{
	// TODO: Add your message handler code here and/or call default
	if(drawtrack)
	{
		drawtrack=false;
	}

	CView::OnLButtonUp(nFlags, point);
}
